home *** CD-ROM | disk | FTP | other *** search
- object frmOptions: TfrmOptions
- Left = 285
- Top = 353
- BorderStyle = bsDialog
- Caption = 'Options'
- ClientHeight = 232
- ClientWidth = 448
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = True
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object PageControl1: TPageControl
- Left = 4
- Top = 4
- Width = 441
- Height = 225
- ActivePage = tRecording
- TabIndex = 4
- TabOrder = 0
- object tSystem: TTabSheet
- Caption = 'System'
- object Label5: TLabel
- Left = 8
- Top = 144
- Width = 88
- Height = 13
- Caption = 'Undo/Redo Count'
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 417
- Height = 57
- Caption = 'Play/Record Buffer'
- TabOrder = 0
- object Label1: TLabel
- Left = 8
- Top = 24
- Width = 78
- Height = 13
- Caption = 'Total Buffer Size'
- end
- object Label2: TLabel
- Left = 158
- Top = 24
- Width = 44
- Height = 13
- Caption = 'ms, using'
- end
- object Label3: TLabel
- Left = 270
- Top = 24
- Width = 77
- Height = 13
- Caption = 'buffers, with tick'
- end
- object Label4: TLabel
- Left = 398
- Top = 24
- Width = 13
- Height = 13
- Caption = 'ms'
- end
- object spinBufSize: TCSpinEdit
- Left = 96
- Top = 20
- Width = 57
- Height = 22
- Increment = 10
- MaxValue = 10000
- MinValue = 100
- TabOrder = 0
- Value = 500
- OnChange = spinBufSizeChange
- end
- object spinBufCount: TCSpinEdit
- Left = 208
- Top = 20
- Width = 57
- Height = 22
- Increment = 10
- MaxValue = 100
- MinValue = 1
- TabOrder = 1
- Value = 4
- OnChange = spinBufCountChange
- end
- object spinBufTick: TCSpinEdit
- Left = 352
- Top = 20
- Width = 41
- Height = 22
- MaxValue = 1000
- MinValue = 10
- TabOrder = 2
- Value = 50
- OnChange = spinBufTickChange
- end
- end
- object GroupBox2: TGroupBox
- Left = 8
- Top = 72
- Width = 417
- Height = 57
- Caption = 'Tempory Directory'
- TabOrder = 1
- object txtTempDir: TEdit
- Left = 8
- Top = 24
- Width = 379
- Height = 21
- TabOrder = 0
- end
- object btnChangeDir: TButton
- Left = 388
- Top = 24
- Width = 21
- Height = 21
- Caption = '...'
- TabOrder = 1
- OnClick = btnChangeDirClick
- end
- end
- object spinUndoRedo: TCSpinEdit
- Left = 145
- Top = 140
- Width = 57
- Height = 22
- MaxValue = 10000
- MinValue = 1
- TabOrder = 2
- Value = 1000
- OnChange = spinUndoRedoChange
- end
- object chSENAI: TCheckBox
- Left = 8
- Top = 168
- Width = 193
- Height = 17
- Alignment = taLeftJustify
- Caption = 'Save Extra Non-Audio Inforamtion'
- TabOrder = 3
- OnClick = chSENAIClick
- end
- end
- object tScales: TTabSheet
- Caption = 'Scales'
- ImageIndex = 1
- object GroupBox3: TGroupBox
- Left = 8
- Top = 8
- Width = 97
- Height = 177
- Caption = 'Horizontal scale'
- TabOrder = 0
- object Label15: TLabel
- Left = 8
- Top = 61
- Width = 54
- Height = 13
- Caption = 'Scale Type'
- end
- object chHSEnable: TCheckBox
- Left = 8
- Top = 16
- Width = 65
- Height = 17
- Caption = 'Visible'
- Checked = True
- State = cbChecked
- TabOrder = 0
- OnClick = chHSEnableClick
- end
- object chHSGrid: TCheckBox
- Left = 8
- Top = 38
- Width = 65
- Height = 17
- Caption = 'Grid'
- Checked = True
- State = cbChecked
- TabOrder = 1
- OnClick = chHSGridClick
- end
- object cmbHSType: TComboBox
- Left = 8
- Top = 76
- Width = 81
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 2
- OnClick = cmbHSTypeClick
- Items.Strings = (
- 'Samples'
- 'Millisecond')
- end
- object btnHSFont: TButton
- Left = 8
- Top = 144
- Width = 81
- Height = 25
- Caption = 'Font'
- TabOrder = 3
- OnClick = btnHSFontClick
- end
- end
- object GroupBox4: TGroupBox
- Left = 112
- Top = 8
- Width = 97
- Height = 177
- Caption = 'Vrtical scale'
- TabOrder = 1
- object Label16: TLabel
- Left = 8
- Top = 61
- Width = 54
- Height = 13
- Caption = 'Scale Type'
- end
- object Label17: TLabel
- Left = 8
- Top = 98
- Width = 81
- Height = 13
- Caption = 'Scale Orientation'
- end
- object chVSEnable: TCheckBox
- Left = 8
- Top = 16
- Width = 65
- Height = 17
- Caption = 'Visible'
- Checked = True
- State = cbChecked
- TabOrder = 0
- OnClick = chVSEnableClick
- end
- object chVSGrid: TCheckBox
- Left = 8
- Top = 38
- Width = 65
- Height = 17
- Caption = 'Grid'
- Checked = True
- State = cbChecked
- TabOrder = 1
- OnClick = chVSGridClick
- end
- object cmbVSType: TComboBox
- Left = 8
- Top = 76
- Width = 81
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 2
- OnClick = cmbVSTypeClick
- Items.Strings = (
- 'Samples'
- 'Normal Value'
- 'dB Value')
- end
- object btnVSFont: TButton
- Left = 8
- Top = 144
- Width = 81
- Height = 25
- Caption = 'Font'
- TabOrder = 3
- OnClick = btnVSFontClick
- end
- object cmbVSOrien: TComboBox
- Left = 8
- Top = 112
- Width = 81
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 4
- OnClick = cmbVSOrienClick
- Items.Strings = (
- 'Right'
- 'Left')
- end
- end
- object rgBorder: TRadioGroup
- Left = 216
- Top = 8
- Width = 209
- Height = 97
- Caption = 'Border'
- Columns = 2
- ItemIndex = 0
- Items.Strings = (
- 'Type 0'
- 'Type 1'
- 'Type 2'
- 'Type 3'
- 'Type 4')
- TabOrder = 2
- OnClick = rgBorderClick
- end
- object GroupBox5: TGroupBox
- Left = 216
- Top = 112
- Width = 209
- Height = 73
- Caption = 'Markers'
- TabOrder = 3
- object chMarkerBarEnabled: TCheckBox
- Left = 16
- Top = 20
- Width = 89
- Height = 17
- Caption = 'Bar Enabled'
- Checked = True
- State = cbChecked
- TabOrder = 0
- OnClick = chMarkerBarEnabledClick
- end
- object chMarkerBkEnabled: TCheckBox
- Left = 16
- Top = 44
- Width = 169
- Height = 17
- Caption = 'Background Enabled'
- Checked = True
- State = cbChecked
- TabOrder = 1
- OnClick = chMarkerBkEnabledClick
- end
- end
- end
- object tColors: TTabSheet
- Caption = 'Colors'
- ImageIndex = 2
- object lstColors: TListBox
- Left = 8
- Top = 8
- Width = 289
- Height = 145
- ItemHeight = 13
- Items.Strings = (
- 'Digital Waveform'
- 'Analog Waveform'
- 'Background'
- 'Center Line'
- 'Selected Digital Waveform'
- 'Selected Analog Waveform'
- 'Selected Background'
- 'Selected Center Line'
- 'Grid'
- 'Cursor'
- 'Play Cursor'
- 'Boundary'
- 'Scale'
- 'Font'
- 'CueMarker'
- 'RangeMarker'
- 'RangeMarkerBackground')
- TabOrder = 0
- OnClick = lstColorsClick
- end
- object btnChangeColor: TButton
- Left = 8
- Top = 160
- Width = 289
- Height = 25
- Caption = 'Change Color'
- TabOrder = 1
- OnClick = btnChangeColorClick
- end
- object ColorPanel: TPanel
- Left = 304
- Top = 8
- Width = 121
- Height = 177
- BevelOuter = bvLowered
- TabOrder = 2
- end
- end
- object tData: TTabSheet
- Caption = 'Data'
- ImageIndex = 3
- object lblCrossfadeTime: TLabel
- Left = 24
- Top = 88
- Width = 73
- Height = 13
- Caption = 'Crossfade Time'
- end
- object lblCrossfadeTimeMs: TLabel
- Left = 184
- Top = 88
- Width = 13
- Height = 13
- Caption = 'ms'
- end
- object chSmooth: TCheckBox
- Left = 24
- Top = 32
- Width = 353
- Height = 17
- Caption = 'Smooth all edit boundaries by crossfading'
- TabOrder = 0
- OnClick = chSmoothClick
- end
- object spinCrossfadeTime: TCSpinEdit
- Left = 104
- Top = 84
- Width = 73
- Height = 22
- MaxValue = 100
- MinValue = 5
- TabOrder = 1
- Value = 50
- OnChange = spinCrossfadeTimeChange
- end
- end
- object tRecording: TTabSheet
- Caption = 'Recording'
- ImageIndex = 4
- object GroupBox6: TGroupBox
- Left = 8
- Top = 8
- Width = 265
- Height = 185
- Caption = 'Accu Control'
- TabOrder = 0
- object gbAttack: TGroupBox
- Left = 8
- Top = 48
- Width = 121
- Height = 97
- Caption = 'Attack'
- TabOrder = 0
- object lblAttackTime: TLabel
- Left = 8
- Top = 28
- Width = 26
- Height = 13
- Caption = 'Time:'
- end
- object lblAttackLevel: TLabel
- Left = 8
- Top = 60
- Width = 29
- Height = 13
- Caption = 'Level:'
- end
- object spinAttackTime: TCSpinEdit
- Left = 48
- Top = 24
- Width = 65
- Height = 22
- MaxValue = 5000
- MinValue = 10
- TabOrder = 0
- Value = 10
- OnChange = spinAttackTimeChange
- end
- object spinAttackLevel: TCSpinEdit
- Left = 48
- Top = 56
- Width = 65
- Height = 22
- MinValue = -90
- TabOrder = 1
- OnChange = spinAttackLevelChange
- end
- end
- object gbRelease: TGroupBox
- Left = 136
- Top = 48
- Width = 121
- Height = 97
- Caption = 'Release'
- TabOrder = 1
- object lblReleaseLevel: TLabel
- Left = 8
- Top = 60
- Width = 29
- Height = 13
- Caption = 'Level:'
- end
- object lblReleaseTime: TLabel
- Left = 8
- Top = 28
- Width = 26
- Height = 13
- Caption = 'Time:'
- end
- object spinReleaseLevel: TCSpinEdit
- Left = 48
- Top = 56
- Width = 65
- Height = 22
- MinValue = -90
- TabOrder = 0
- OnChange = spinReleaseLevelChange
- end
- object spinReleaseTime: TCSpinEdit
- Left = 48
- Top = 24
- Width = 65
- Height = 22
- MaxValue = 10000
- MinValue = 10
- TabOrder = 1
- Value = 10
- OnChange = spinReleaseTimeChange
- end
- end
- object chAccuEnabled: TCheckBox
- Left = 16
- Top = 16
- Width = 73
- Height = 17
- Caption = 'Enabled'
- TabOrder = 2
- OnClick = chAccuEnabledClick
- end
- end
- object GroupBox9: TGroupBox
- Left = 280
- Top = 8
- Width = 145
- Height = 137
- Caption = 'Auto Gain Control'
- TabOrder = 1
- object lblAGCLowLevel: TLabel
- Left = 8
- Top = 52
- Width = 52
- Height = 13
- Caption = 'Low Level:'
- end
- object lblAGCHighLevel: TLabel
- Left = 8
- Top = 76
- Width = 54
- Height = 13
- Caption = 'High Level:'
- end
- object lblAGCRate: TLabel
- Left = 8
- Top = 100
- Width = 57
- Height = 13
- Caption = 'AttackTime:'
- end
- object spinAGCHighLevel: TCSpinEdit
- Left = 72
- Top = 72
- Width = 65
- Height = 22
- TabOrder = 0
- OnChange = spinAGCHighLevelChange
- end
- object spinAGCRate: TCSpinEdit
- Left = 72
- Top = 96
- Width = 65
- Height = 22
- TabOrder = 1
- OnChange = spinAGCRateChange
- end
- object spinAGCLowLevel: TCSpinEdit
- Left = 72
- Top = 48
- Width = 65
- Height = 22
- TabOrder = 2
- OnChange = spinAGCLowLevelChange
- end
- object chAGCEnabled: TCheckBox
- Left = 16
- Top = 24
- Width = 73
- Height = 17
- Caption = 'Enabled'
- TabOrder = 3
- OnClick = chAGCEnabledClick
- end
- end
- object rgVisType: TRadioGroup
- Left = 280
- Top = 152
- Width = 145
- Height = 41
- Caption = 'Visualization Type'
- Columns = 2
- ItemIndex = 0
- Items.Strings = (
- 'Type 1'
- 'Type 2')
- TabOrder = 2
- OnClick = rgVisTypeClick
- end
- end
- end
- object ColorDialog1: TColorDialog
- Ctl3D = True
- Options = [cdFullOpen]
- Left = 400
- Top = 184
- end
- object FontDialog1: TFontDialog
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MinFontSize = 0
- MaxFontSize = 0
- Left = 368
- Top = 184
- end
- end
-